GET 통합 응답 코드
메서드 응답 상태 코드 200
#if($input.path('$.Item').id.S)
{"id": "$input.path('$.Item.id.S')",
"age": #if($input.path('$.Item.age.N')) $input.pah('$.Item.age.N') #else null #end,
"company": "$input.path('$.Item.company.S')"}
#else
#set($context.responseOverride.status = 500)
{"message": "Internal server error"}
#end